home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Complet / NetClick / NETClickSetup.exe / {app} / NETClick_en.exe / 0 / RCDATA / TDABOUT / TDABOUT.txt < prev   
Text File  |  2004-11-10  |  3KB  |  139 lines

  1. object dAbout: TdAbout
  2.   Left = 277
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'About NETClick 1.0'
  6.   ClientHeight = 333
  7.   ClientWidth = 404
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 387
  24.     Height = 289
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object Version: TLabel
  30.       Left = 160
  31.       Top = 40
  32.       Width = 3
  33.       Height = 13
  34.       IsControl = True
  35.     end
  36.     object Label1: TLabel
  37.       Left = 8
  38.       Top = 242
  39.       Width = 369
  40.       Height = 33
  41.       AutoSize = False
  42.       Caption = 
  43.         'Erpos does not support this software, however if you have any co' +
  44.         'mments, ideas please contact us at'
  45.       WordWrap = True
  46.     end
  47.     object Label2: TLabel
  48.       Left = 137
  49.       Top = 255
  50.       Width = 78
  51.       Height = 13
  52.       Cursor = crHandPoint
  53.       Caption = 'office@erpos.ro.'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlue
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsUnderline]
  59.       ParentFont = False
  60.       OnClick = Label2Click
  61.     end
  62.     object Memo1: TMemo
  63.       Left = 2
  64.       Top = 70
  65.       Width = 383
  66.       Height = 158
  67.       BevelInner = bvNone
  68.       BorderStyle = bsNone
  69.       Ctl3D = False
  70.       Lines.Strings = (
  71.         
  72.           'A very usefull utility for notebooks, pcs connecting to differen' +
  73.           't networks. '
  74.         
  75.           'You do not need to restart Your PC, just switching between the s' +
  76.           'ettings with only '
  77.         'one click. '
  78.         ''
  79.         
  80.           'This software stores the current network TCP/IP and Proxy settin' +
  81.           'gs via NETSH '
  82.         'command and the registry (for Proxy only). '
  83.         
  84.           'This software it'#39's free and can be freely distributed. The softw' +
  85.           'are is "free of '
  86.         'charge" '
  87.         ''
  88.         
  89.           'The software is given "as is" but it could be upgraded, so check' +
  90.           ' out on '
  91.         'www.erpos.ro for new releases or for other products.')
  92.       ParentColor = True
  93.       ParentCtl3D = False
  94.       TabOrder = 0
  95.     end
  96.     object Panel2: TPanel
  97.       Left = 1
  98.       Top = 1
  99.       Width = 384
  100.       Height = 65
  101.       Color = clWhite
  102.       TabOrder = 1
  103.       object ProgramIcon: TImage
  104.         Left = 2
  105.         Top = 2
  106.         Width = 124
  107.         Height = 48
  108.         Cursor = crHandPoint
  109.         Hint = 'vizit www.erpos.ro'
  110.         IncrementalDisplay = True
  111.         ParentShowHint = False
  112.         Picture.Data = {<image000.jpg>}
  113.         ShowHint = True
  114.         Stretch = True
  115.         OnClick = ProgramIconClick
  116.         IsControl = True
  117.       end
  118.       object ProductName: TLabel
  119.         Left = 315
  120.         Top = 8
  121.         Width = 63
  122.         Height = 13
  123.         Caption = 'NETClick 1.0'
  124.         IsControl = True
  125.       end
  126.     end
  127.   end
  128.   object OKButton: TButton
  129.     Left = 164
  130.     Top = 304
  131.     Width = 75
  132.     Height = 25
  133.     Caption = 'OK'
  134.     Default = True
  135.     ModalResult = 1
  136.     TabOrder = 1
  137.   end
  138. end
  139.